home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / FQUERY.lha / FQ.CFG < prev    next >
Text File  |  1995-04-20  |  12KB  |  325 lines

  1.     FQuery Configuration CopyRight (c) 1995 Robert Williamson
  2.     Configuration  keywords  start  in  column  1, anything preceeded by at
  3.     least 1 space is considered a comment.
  4.  
  5.     Any  string  containing  spaces,  an  address or a path, file or window
  6.     specification  must  be QUOTED.  EXPRESSIONS are NOT acceptable in this
  7.     config file.
  8.  
  9.     The following configuration items apply to FQscan and FQueryP 
  10.     (PKT version) ONLY
  11.  
  12.  
  13.           Set this 1 if you have a method of scanning all netmail for
  14.           message to FQuery.   
  15.           If 0, FQscan will pass any netmail messages to FQuery that are
  16.           found in packets from the sites listed in SITELIST.  
  17. NONETSCAN  1
  18.  
  19.           List of sites which send packets with findlist echos 
  20. SITELIST  "FIDONET#1:167/223.0 AMIGANET#40:6/1.0 AMIGANET#40:6/0.0 FIDONET#1:167/104.0"
  21.  
  22.           FQscan Output list for FQueryP
  23. MSGLIST   "LOG:FQlist"
  24.  
  25.           A space separated List in the form: domain zone
  26.           do not include FidoNet or AmigaNet zones as these are built-in.
  27. FTNLIST     "MTLNET 17 CJNET 100"
  28.  
  29.     End of FQscan Configuration
  30.  
  31.     Global configuration items
  32.  
  33.     Booleans are 0 (FALSE) or 1 (TRUE).
  34.  
  35.           Your name
  36. SYSOP     "Robert Williamson"
  37.  
  38.       FAKENET
  39.       Some secure tossers will not import from an address which is the same
  40.       as  the host system.  If your system does not use FakeNet's or you do
  41.       not have a ZC registered Private Net, set FAKENET to the Point number
  42.       of the address.
  43.         eg: FAKENET 99
  44.       If  you  do  use  FakeNet and have a registered PrivateNet, place the
  45.       private net in FAKENET also.
  46.         eg: FAKENET "30730/99"   MUST be quoted!
  47.       Make  sure  you configure your tosser to accept mail from the fakenet
  48.       address.
  49. FAKENET         "30730/99"
  50.  
  51.       USE5D
  52.       Set  this  to  0  if  using  tosser/mailer  that  can  only handle 4D
  53.       addressing. This is required for OUT packets used for NetMail responses.
  54. USE5D 1
  55.  
  56.       EXCLUDE_LOCAL
  57.       Set  to  1 (TRUE)  to  exclude querys that have been marked as LOCAL
  58.       by your tosser.  This should not exclude querys from your points.
  59. EXCLUDE_LOCAL   1
  60.  
  61.       fullpath of log file
  62. FQLOG           "LOG:FQuery.log"
  63.  
  64.       Verbosity of Log file and progress window. Range is 0-9.
  65. LOGLEVEL        2
  66.  
  67.       fullpathname of files list
  68. FLLIST          "MAIL:filelists/01670104.lst"
  69.  
  70.       The start column of a file description in the FLLIST.
  71.       This will also be used as the description wrap column 
  72.       in response messages.
  73. DESC_COL  40
  74.  
  75.       The  NUMBER  of  the word or column (starting from 1) in which the 
  76.       description appears. If the file entries in your filelist contains:
  77.       filename size date description, DESC_NUM is 4.
  78. DESC_NUM  4
  79.  
  80.       If not set to "", all mail created will be copied to this directory.
  81.       The directory must exist.
  82. AUDITDIR        "Mback:audit"
  83.  
  84.  Temorary work dir, must exist. 
  85. TMPDIR          "T:"
  86.  
  87.       ABOUT - The Response header
  88.       The  ABOUT  file will be used in the response header and for response
  89.       to  a  netmail  %ABOUT  command.   Please  use  these guidelines when
  90.       creating  the  ABOUT  file.  The most important info should be within
  91.       the number of lines defined by MAXHEADER.  Limit each line to no more
  92.       than 74 characters and begin each line with at least 1 SPACE. 
  93. ABOUT           "CFG:ABOUT.TXT"
  94.  
  95.       If  not  set  to  "", this file will be sent in response to a NetMail
  96.       %NEW or %NEWFILES FQuery command.
  97. NEWFILES        "MAIL:FILELISTS/NEWFILES.LST"
  98.  
  99.       Extended help file 
  100.       The  fullpathname  of  the  file  sent  in  response to netmail %HELP
  101.       command.   If  set  to  "" or file does not exist, the internal short
  102.       help will be sent.
  103. FQHELP          "ROOF:DOCS/FQ.hlp"
  104.  
  105.       The  device  and  size/position  of FQuery window, must be terminated
  106.       with a '/'
  107. WSPEC           "KCON:0/10/640/100/"
  108.  
  109.       Window flags for FQuery window,  must begin and end with a '/'  
  110. WFLAGS          "/INACTIVE/AUTO/"
  111.  
  112.       The public screen, set to "" if unused  
  113. PSCREEN         "The Roof Multi-FTN Server"
  114.  
  115.       Command to route and pack outbound netmail
  116. PACKER           "run XPack"
  117.  
  118.      ****************** 
  119.      Echo Configuration
  120.      ******************
  121.  
  122.      n is the index number used to refer to all parameters of the echo.
  123.    
  124.    FQECHO.n   
  125.       This  is  the  TAGNAME  of  an echo to SCAN for messages addressed to
  126.       AllFix, FQuery or FileFind.
  127.  
  128.    FQPATH.n   (not required of PKT version)
  129.       The fullpath of the echo (FQECHO.n) to scan.
  130.  
  131.    FQREPLY.n  
  132.       Where the response messages will be posted.
  133.       Set  this  to  "", if replies are posted in the same echo as scanned.
  134.  
  135.       Designated Reply Echo - Same FTN
  136.       If the echo to scan does not permit query reponses, enter the TAGNAME
  137.       of the Designated Reply Echo in which the FQuery reply is to be posted
  138.       instead of the scan  echo.
  139.  
  140.       Designated Reply Echo - Different FTN
  141.       If the Designated Reply Echo is in another FTN, use the form:
  142.           TAGNAME@FTN 
  143.         eg:
  144.           FQREPLY.n FIND_AMY@AMIGANET
  145.       
  146.       When  the  Reply  echo  is  not  in the same FTN, The values for FQI,
  147.       FQdirs  and  FQsite for the Reply echo are substituted for the values
  148.       of those variables in the Scan echo. 
  149.  
  150.       NetMail Reply Only
  151.       If  all replies are to be sent via NETMAIL ONLY, set this to NETMAIL.
  152.       When  set  to  NETMAIL,  the  MAXHEADER,  MAXECHOMSG  and MAXRESPONSE
  153.       limitations are ignored.
  154.       If all repsonse
  155.  
  156.    FQDIRS.n   
  157.       A string consisting of two items, the directories used by your tosser
  158.       for Importing and your packer for Exporting.
  159.  
  160.    FQSITE.n   
  161.       A  string consisting of two items, your address and sitename for this
  162.       echo.   These  will appear in the ORIGIN line of the response message
  163.       as  well as being used in other parts of the response message.  Enter
  164.       your FTN Address in FQFA format:
  165.                  domain#zone:net/node.point           
  166.       The  sitename  should  be  limited  to  about 32 characters.  Use the
  167.       FQUERY  SHOW command to see if the resulting ORIGIN line is too long.
  168.       The  sitename should contain your BBS name and telephone number.  The
  169.       telephone number must include area code.
  170.  
  171.    FQI.n      
  172.       The command to import mail packets.  Must be a DOS command and should
  173.       be  RUN.   If  your  command  accepts  the packetname, the '%pktname'
  174.       variable  will  expand  to  the  fullpathname  of  the packet.  NOTE:
  175.       Anything after %pktname will be deleted before command execution.
  176.  
  177.    FQX.n       
  178.       The  command to run to pack and route outbound netmail packets.  Must
  179.       be  a DOS command and should be RUN.  If your command accepts the out
  180.       file name, the '%outname' variable will expand to the fullpathname of
  181.       the  packet.   NOTE:   Anything after %outname will be deleted before
  182.       command execution.
  183.  
  184.       The following define limitations placed upon the response messages in
  185.       the  echo.  These limitations should be set so as to follow the rules
  186.       of  the particular echo in which the responses are placed.  Note that
  187.       the  echo  moderator  can  request  a report of your configuration to
  188.       determine if you are following the rules of the echo.
  189.         
  190.       If not specified or if set to "", the DEFAULT values will be used.
  191.  
  192.    SECONDREPLY.n   DEFAULT 0
  193.       A boolean indicating if a Second Reply request should be processed.
  194.       Second Reply was always active in previous versions. 
  195.       Note that a second reply request to a multi-part reply is always
  196.       ignored.
  197.  
  198.    NETABOUT.n       DEFAULT 0  
  199.       A boolean indicating if a ABOUT file should be sent as a netmail
  200.       message if the length exceeds permitted siteheader line length for
  201.       the echo.
  202.  
  203.    NETRESPONSE.n    DEFAULT 0  
  204.       A boolean indicating if a response match list that exceeds the preset
  205.       limits  should be sent as multiple netmail messages instead of being
  206.       discarded.
  207.  
  208.    MAXRESPONSE.n   DEFAULT 61440
  209.       This  is  the  maximum  length in bytes of the match list for a query
  210.       message.   This cannot be set higher than 63K.  Most echos limit this
  211.       to very small values.
  212.  
  213.    MAXPKTLEN.n     DEFAULT 15360
  214.       This  is the  maximum length of the portion of the match list that is
  215.       posted  in  each  message.   Note that the echomail backbone does not
  216.       guarantee  delivery of messages greater than 16K.  The default is set
  217.       to  1K  less  to  allows for message headers, site header and control
  218.       fields.
  219.  
  220.    MAXECHOMSG.n    DEFAULT 3
  221.       The  maximum  number  of  response  messages that the echo permits in
  222.       reply to a query.
  223.  
  224.    MAXHEADER.n     DEFAULT 15
  225.       The  maximum  number of lines permitted for the system header (ABOUT)
  226.       in the echo.
  227.  
  228.    MAXMSGAGE.n     DEFAULT 0 (0=no age limit) 
  229.       This defines the age in DAYS, of a message that will be accepted
  230.       for processing in the echo.
  231.  
  232.     The following define limitations placed upon what is acceptable in the
  233.     contents of the subject field of a query request for the echo.
  234.  
  235.     If not specified or if set to "", the DEFAULT values will be used.
  236.  
  237.    MINDWORD.n    DEFAULT 1
  238.       The minimum number of words required to process a string description.
  239.       Anything less is ignored.
  240.  
  241.    MINSCHAR.n    DEFAULT 3
  242.       The  minimum  number of characters required for processing in a SINGLE
  243.       word string description. Anything less is ignored.
  244.  
  245.    MINFCHAR.n    DEFAULT 3
  246.       The  minimum  number  of  characters required to process a filespec.
  247.       Anything less is ignored.
  248.  
  249.    MINKCHAR.n    DEFAULT 4
  250.       The  minimum  number  of  characters required to process a keyword.
  251.       Anything less is ignored.
  252.  
  253.    IGNORE_KEYS.n         DEFAULT: 
  254.       "AND THE VERY BEST AMIGA NOT DOS FOR IBM NOR FROM MAC COMPUTER"
  255.  
  256.       A  string  of  keywords  that  are to be ignored. These are APPENDED
  257.       to the DEFAULT.  Words of less than MINKCHAR/MINSCHAR need not be
  258.       listed.
  259.  
  260.   
  261.  
  262. FQECHO.1        AMIGA_FILEFIND
  263. FQPATH.1        "MSG:amiga_filefind/"
  264. FQREPLY.1       NETMAIL
  265. FQDIRS.1        "IN:fidonet/      OUT:"
  266. FQSITE.1        "FIDONET#1:167/104.0  FTN FreeWare HeadQuarters 514-696-6632"
  267. FQI.1           "Run >NIL: Execute MAIL:scripts/TOSSPKT FIDONET %pktname"
  268. MAXRESPONSE.1   32768
  269. MAXPKTLEN.1     8192
  270. MAXECHOMSG.1    3
  271. MAXHEADER.1     10
  272. MAXMSGAGE.1     20
  273. MINKCHAR.1      3
  274. IGNORE_KEYS.1   "REXX JAM"
  275.  
  276. FQECHO.2        FIND_AMY
  277. FQPATH.2        "MSG:find_amy/"
  278. FQREPLY.2       ""
  279. FQDIRS.2        "IN:amiganet  OUT:"
  280. FQSITE.2        "AMIGANET#40:600/104.0   FQuery Development 514-696-6632"
  281. FQI.2           "Run >NIL: Execute MAIL:scripts/TOSSPKT AMIGANET %pktname"
  282. MAXRESPONSE.2   32768
  283. MAXPKTLEN.2     8192
  284.  
  285. FQECHO.3        SYSOP_AMY
  286. FQPATH.3        "MSG:sysop_amy/"
  287. FQREPLY.3       FIND_AMY
  288. FQDIRS.3        "IN:amiganet  OUT:"
  289. FQSITE.3        "AMIGANET#40:600/104.0   FQuery Development HeadQuarters 514-696-6632"
  290. FQI.3           "Run >NIL: Execute MAIL:scripts/TOSSPKT AMIGANET %pktname"
  291. MAXRESPONSE.3   32768
  292. MAXPKTLEN.3     8192
  293.  
  294. FQECHO.4        AREXX
  295. FQPATH.4        "MSG:arexx/"
  296. FQREPLY.4       FIND_AMY@AMIGANET
  297. FQDIRS.4        "IN:fidonet  OUT:"
  298. FQSITE.4        "FIDONET#1:167/104.0  FTN FreeWare HeadQuarters 514-696-6632"
  299. FQI.4           "Run >NIL: Execute MAIL:scripts/TOSSPKT FIDONET %pktname"
  300. MAXRESPONSE.4   32768
  301. MAXPKTLEN.4     8192
  302. IGNORE_KEYS.4   "REXX AREXX"
  303.  
  304. FQECHO.5        AMY_POINT
  305. FQPATH.5        "MSG:amypoint/"
  306. FQREPLY.5       AMIGA_FIND
  307. FQDIRS.5        "IN:fidonet  OUT:"
  308. FQSITE.5        "FIDONET#1:167/104.0  FTN FreeWare HeadQuarters 514-696-6632"
  309. FQI.5           "Run >NIL: Execute MAIL:scripts/TOSSPKT FIDONET %pktname"
  310. MAXRESPONSE.5   32768
  311. MAXPKTLEN.5     8192
  312. IGNORE_KEYS.5   "POINT"
  313.  
  314. FQECHO.6        AMIGA_FIND
  315. FQPATH.6        "MSG:amiga_find/"
  316. FQREPLY.6       ""
  317. FQDIRS.6        "IN:fidonet  OUT:"
  318. FQSITE.6        "FIDONET#1:167/104.0  Home of AMIGA_FIND 514-696-6632"
  319. FQI.6           "Run >NIL: Execute MAIL:scripts/TOSSPKT FIDONET %pktname"
  320. MAXRESPONSE.6   32768
  321. MAXPKTLEN.6     8192
  322. IGNORE_KEYS.6   "POINT"
  323. MINKCHAR.6       4
  324.  
  325.